SftTree/OCX 7.0

SftTree.WebLicense Property

Softel vdm, Inc.

Defines the license information for use on one web site.

Syntax       

Get

VB.NET

License = object.WebLicense  As String

VB

License = object.WebLicense  As String

C#.NET

string License = object.WebLicense;

VC++

_bstr_t License = object->WebLicense;
_bstr_t License = object->GetWebLicense();

C

HRESULT object->get_WebLicense(BSTR* License);

Delphi

License := object.WebLicense   : WideString;

Put

VB.NET

object.WebLicense = License  As String

VB

object.WebLicense = License  As String

C#.NET

string object.WebLicense = License;

VC++

_bstr_t object->WebLicense = License;
void object->PutWebLicense(_bstr_t License);

C

HRESULT object->put_WebLicense(BSTR License);

Delphi

object.WebLicense := License   : WideString;

object

A SftTree object.

License

Defines the license information for use on one web site.

Comments

The WebLicense property defines the license information for use on one web site.

The use of the WebLicense property is no longer required and this property has no effect.  

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com